home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / bh_dirt_hard.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.2 KB  |  75 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     server
  12.     {
  13.     }
  14.     client
  15.     {
  16.         //cache some stuff used in this effect
  17.         cache models/fx/bh_wood_puff_simple.tik
  18.         cache bh_dirt_piece.spr
  19.  
  20.         sfx originspawn
  21.         (
  22.             model models/fx/bh_wood_puff_simple.tik
  23.             alpha 1
  24.             count 1
  25.             life 0.25
  26.             scale 24
  27.             scalerate 16
  28.             fade
  29.         )
  30.  
  31.         // chunky chunks of chunky stuff
  32.         sfx originspawn
  33.         (
  34.             model bh_dirt_piece.spr
  35.             spawnrange 1536
  36.             spritegridlighting
  37.             alpha 1
  38.             angles 0 0 random 360
  39.             offsetalongaxis random 4 crandom 3 crandom 3
  40.             count 10
  41.             velocity 50
  42.             randvelaxis random 150 crandom 32 crandom 32
  43.             accel 0 0 -800
  44.             life 0.6 0.7
  45.             scalemin 0.25
  46.             scalemax 0.35
  47.             fadedelay 0.5
  48.             color .37 .37 .37
  49.         )
  50.  
  51. //        sfx originspawn
  52. //        (
  53. //            model dustdrop.spr
  54. //            angles 0 0 crandom 180
  55. //            avelocity 0 0 crandom 180
  56. //            count 12
  57. //            scalemin 0.1
  58. //            scalemax 0.2
  59. //            cone 4 3
  60. //            radialvelocity 32 0 0
  61. //            friction .5
  62. //            accel 0 0 -400
  63. ////            color .4 .375 .3125
  64. //            color .7 .7 .7
  65. //            fade
  66. //            life 0.5 0.5
  67. //        )
  68.     }
  69. }
  70.  
  71. // This section is just needed to be a valid tiki file
  72. animations
  73. {
  74.     idle dummy2.skc 
  75. }